PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFCrlClientEvent Class / PDFCrlClientEvent Constructor
The URL from where the CRL (Certificate Revocation List) information can be retrieved.
In This Topic
    PDFCrlClientEvent Constructor
    In This Topic
    Initializes a new PDFCrlClientEvent object.
    Syntax
    public PDFCrlClientEvent( 
       java.lang.String url
    )

    Parameters

    url
    The URL from where the CRL (Certificate Revocation List) information can be retrieved.
    See Also